Entity<TKey, TValue>

Class

Namespace: Diffstore.Entities

Declared in: Diffstore.Entities


Defines an entity.

Type parameters

TKey

The type used as entity key.

TValue

The entity value, a class which contains the data that need to be stored.

Members

Property

  • Key
  • Value
  • Constructor

  • Entity(TKey, TValue)
  • Method

  • Equals(object)
  • GetHashCode()
  • ToString()
  • See also

  • DiffstoreBuilder<TKey, TValue>
  • IDiffstore<TKey, TValue>

  • Back to index